XFONT SETUP FONT
This command will create a bitmap font using an image file containing all characters set. The parameter SIZE will define the size of each characters in pixels. It can be set to 8, 16, 32 or 64. The character FIRSTCHAR will define the first ASCII corresponding character that will be extracted from the bitmap font image file.
Warning : The bitmap font image must be located in a sub drawer called 'XWindow' from where your application is running.

SYNTAXE
XFont Setup Font BitmapFontFile$, BitmapFontNumber, Size, Firstchar, Flag


ADDITIONAL INFORMATIONS
BASIC2D Commands Menu
Index

SAMPLE
Demonstration sample